536789
@@ -784,6 +784,7 @@
private IMetaStoreClient getMSC() throws MetaException {
     IMetaStoreClient msc = threadLocalMSC.get();
     if(msc == null) {
       msc = this.createMetaStoreClient();
+      threadLocalMSC.set(msc);
     }
     return msc;
   }
